|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.framework.engine.support.AbstractReporter
public abstract class AbstractReporter
A support implementation of the IReporter interface.
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.vtp.framework.core.IReporter |
|---|
SEVERITY_DEBUG, SEVERITY_ERROR, SEVERITY_INFO, SEVERITY_WARN |
| Constructor Summary | |
|---|---|
protected |
AbstractReporter()
Creates a new AbstractReporter. |
| Method Summary | |
|---|---|
protected abstract void |
doReport(int severity,
java.lang.String[] categories,
java.lang.String message,
java.util.Dictionary properties)
Implementation of report creation and publication after checking the severity. |
void |
report(int severity,
java.lang.String message)
Creates and publishes a reporting entry with the specified attributes. |
void |
report(int severity,
java.lang.String[] categories,
java.lang.String message)
Creates and publishes a reporting entry with the specified attributes. |
void |
report(int severity,
java.lang.String[] categories,
java.lang.String message,
java.util.Dictionary properties)
Creates and publishes a reporting entry with the specified attributes. |
void |
report(int severity,
java.lang.String message,
java.util.Dictionary properties)
Creates and publishes a reporting entry with the specified attributes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.vtp.framework.core.IReporter |
|---|
isSeverityEnabled |
| Constructor Detail |
|---|
protected AbstractReporter()
| Method Detail |
|---|
protected abstract void doReport(int severity,
java.lang.String[] categories,
java.lang.String message,
java.util.Dictionary properties)
severity - The severity of the report.categories - The categories the report pertains to or
null if no catagories are related.message - The message associated with the report or null
to not include a message.properties - The properties of the report or null if no
properties are specified.
public final void report(int severity,
java.lang.String message)
IReporter
report in interface IReporterseverity - The severity of the report.message - The message associated with the report or null
to not include a message.
public final void report(int severity,
java.lang.String message,
java.util.Dictionary properties)
IReporter
report in interface IReporterseverity - The severity of the report.message - The message associated with the report or null
to not include a message.properties - The properties of the report or null if no
properties are specified.
public final void report(int severity,
java.lang.String[] categories,
java.lang.String message)
IReporter
report in interface IReporterseverity - The severity of the report.categories - The categories the report pertains to or
null if no catagories are related.message - The message associated with the report or null
to not include a message.
public final void report(int severity,
java.lang.String[] categories,
java.lang.String message,
java.util.Dictionary properties)
IReporter
report in interface IReporterseverity - The severity of the report.categories - The categories the report pertains to or
null if no catagories are related.message - The message associated with the report or null
to not include a message.properties - The properties of the report or null if no
properties are specified.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||